SetBreakpointOnFunctionCallResponse

data class SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)

Represents response frame that is returned from Debugger#setBreakpointOnFunctionCall operation call. Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.

See also

Constructors

SetBreakpointOnFunctionCallResponse
Link copied to clipboard
fun SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)

Properties

breakpointId
Link copied to clipboard
val breakpointId: BreakpointId
Id of the created breakpoint for further reference.

Sources

jvm source
Link copied to clipboard